A Database Error Occurred
Error Number: 1327
Undeclared variable: c
select * from sumamura_stocks where ( (YEAR(day_date)='2017' AND MONTH(day_date)='01') OR (YEAR(week_end_date)='2017' AND MONTH(week_end_date)='01') OR (YEAR(month)='2017' AND MONTH(month)='01' AND MONTH(month)!='03') ) AND ( ((DATEDIFF(day_date, '2026-03-08' ) <1) and (week_end_date = 0000-00-00) and (month = 0000-00-00)) OR ((DATEDIFF(week_end_date, '2026-03-08' ) <1) and (day_date = 0000-00-00) and (month = 0000-00-00)) OR ((DATEDIFF(month, '2026-03-08' ) <1) and (week_end_date = 0000-00-00) and (day_date = 0000-00-00)) ) ORDER BY stock_id DESC LIMIT c:, 5